type runtime.specialCheckFinalizer
10 uses
runtime (current package)
mcheckmark.go#L226: var ctx *specialCheckFinalizer
mheap.go#L796: h.specialCheckFinalizerAlloc.init(unsafe.Sizeof(specialCheckFinalizer{}), nil, nil, &memstats.other_sys)
mheap.go#L2207: type specialCheckFinalizer struct {
mheap.go#L2227: s := (*specialCheckFinalizer)(mheap_.specialCheckFinalizerAlloc.alloc())
mheap.go#L2241: func getCleanupContext(ptr uintptr, cleanupID uint64) *specialCheckFinalizer {
mheap.go#L2248: var found *specialCheckFinalizer
mheap.go#L2259: (*specialCheckFinalizer)(unsafe.Pointer(s)).cleanupID == cleanupID {
mheap.go#L2262: found = (*specialCheckFinalizer)(unsafe.Pointer(s))
mheap.go#L2309: (*specialCheckFinalizer)(unsafe.Pointer(s)).cleanupID == cleanupID {
mheap.go#L2824: sc := (*specialCheckFinalizer)(unsafe.Pointer(s))
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |